Compute summary Values
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/List Properties/listprops/Fields/Server-side/Compute summary values.xml
Computing summary values on the server-side. For List controls that are based on SQL data, you can specify that summary data (e.g. total, avg, count, min and max - total and avg are only available for numeric fields) should be computed for certain columns in the List control.
afterClientSideSummaryCompute Event
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/List Properties/listprops/List Prop/jsRunTime/afterClientSideSummaryCompute.xml
Fires after the client-side summary values have been computed.
Client-side Properties
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/List Properties/listprops/Fields/Client-side/index.xml
The Client-side fields settings control the appearance and functionality of field data in the list control on the client-side.
Client Side Properties
/documentation/pages/Guides/Mobile and Web Components/Grid/Grid Fields/Grid Field Properties/Client Side Properties/index.xml
'Client-side' properties for a Grid include Calculated Fields, Show/hide Fields, Enable Expressions, Conditional Styles, and Client-side Formatting. Not all of these properties will appear on every control type available.
afterServerSideSummaryCompute Event
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/List Properties/listprops/List Prop/jsRunTime/afterServerSideSummaryCompute.xml
Fires after the server-side summary values have been computed.
Client Side Properties
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Clientside/index.xml
Properties that use Javascript to evalute expressions, conditional styling, etc.
UX Component Client-Side API
/documentation/pages/Ref/Client_Api/UX/index.xml
Properties and methods availble for interacting with components and controls in a UX Component
UX Component
/documentation/pages/Client/Guide/Design/View/Grid/UX Component - Older Page.xml
This is an older UX Component page that gives a general overview of the builders categories, properties, and features. For a more current description of the UX builder visit the other UX Component page.
Client Side Javascript in UX Components
/documentation/pages/Guides/Mobile and Web Components/UX/Code/Javascript In UX Components/Client Side Javascript in UX Components/index.xml
This is an overview of javascript in UX Components, what events are, how javascript can be written, where javascript can be used, and ways to test javascript in UX components.
Client-side Filter/Order, and Grouping
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/List Properties/listprops/List Prop/OrderGrouping/index.xml
List data can be filtered, ordered, and grouped using client-side expressions.